home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / emma22.arc / TYMNET.CSF < prev    next >
Text File  |  1990-09-27  |  2KB  |  57 lines

  1. * Use this script with EMMA if you connect to MCI Mail via TYMNET.
  2. *
  3. * To prepare this script, copy it to a file called EMMA.CSF and then edit
  4. * it as follows:
  5. *
  6. * (1)    Change the port parameters on the line marked *1*.  The first number
  7. *    indicates the COM port that EMMA is to use; it may be 1, 2, 3
  8. *    or 4.  The second number indicates the line speed in bits per
  9. *    second; it must be given in double-quotes.  Examples are "1200" and
  10. *    "2400".
  11. *
  12. * (2)    Adjust the dialing string on the line marked *2*.  First, change
  13. *    the telephone number to that appropriate for your location.  Be
  14. *    careful not to delete the ^M at the end of the string.  You might
  15. *    also need to change "ATDT" to "ATDP" to accomodate pulse dialing,
  16. *    or put a "9," before the number if you are dialing through a PBX.
  17. *
  18. * (3)    Replace "username" in the line marked *3* with your MCI Mail
  19. *    username in double quotes.
  20. *
  21. * (4)    Replace "password" in the line marked *4* with your MCI Mail
  22. *    password in double quotes.
  23. *
  24. * (5)    Remove these comments.  That is, delete all lines from the top
  25. *    of the file down to and including the line of asterisks.
  26. *******************************************************************************
  27. C    "Connecting to MCI Mail via TYMNET^M^J"
  28. C    "(Press the Escape key if you need to abort the session.)^M^J"
  29. P  1    "2400"        *1*    Your COM port number and speed go in this line
  30. T    "ATZ^M"
  31. R  5    "OK^M^J"
  32. D  1
  33. T    "ATE1 S7=45^M"        Echo commands.  Wait 45 secs for carrier.
  34. R  5    "OK^M^J"
  35. T    "ATDTXXX-XXXX^M"    *2* Your local TYMNET number goes in this line
  36. R 40    "CONNECT"
  37. B
  38. D  8
  39. T    "A"
  40. R 15    ":"
  41. T    "^H^RMCILINK^M"
  42. R 10    "name:"
  43. T    "username"    *3*    Your username goes on this line
  44. T    "/batch:1ST/"
  45. T    "password"    *4*    Your password goes on this line
  46. T    "^M"
  47. R 20    "COM^M^J"
  48. M
  49. D  1
  50. T    "+++"
  51. R 10    "OK"
  52. D  1
  53. T    "ATH0^M"
  54. R 10    "^M^J"
  55. T    "ATZ^M"
  56. C    "You will find any new mail in file MAIL.IN"
  57.